chore: upgrade openapi-generator-cli from v6.0.1 to v6.6.0#1367
Merged
chore: upgrade openapi-generator-cli from v6.0.1 to v6.6.0#1367
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1367 +/- ##
========================================
Coverage 0.00% 0.00%
========================================
Files 158 224 +66
Lines 11048 14466 +3418
========================================
- Misses 11048 14466 +3418 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
02fbc1d to
a15574e
Compare
- Switch generatorName to python-prior to maintain compatibility with existing custom templates (python generator was replaced with python-experimental in v6.2.0) - Regenerate gooddata-api-client with the new generator version - Re-record all VCR test cassettes against latest backend - Bump afm-exec-api heap from 128m to 1G in docker-compose to prevent OOM during test runs - Add troubleshooting comment to export tests for future reference Relates to: STL-2347
e02b874 to
23be273
Compare
hkad98
approved these changes
Feb 26, 2026
hkad98
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/generate_client.shgeneratorNamefrompythontopython-priorto maintain compatibility with existing custom templates (thepythongenerator was replaced withpython-experimentalin v6.2.0)gooddata-api-clientpackage with the new generator versionContext
Incremental upgrade within the v6.x line. A v7.x upgrade was evaluated but deferred — the
pythongenerator was replaced with a Pydantic-based architecture in v7, which would require rewriting all 6 custom templates and updating all downstream code.Should be updated in the future though probably and think about the openAPI generator schemas.
Additional changes (test infrastructure)
afm-exec-apiheap from 128m to 1G indocker-compose.yaml— the default 128m causedOutOfMemoryError: Java heap spaceduring test runs, which made export tests hang (perpetual 202) and table/label tests fail with 500test_export_service.pydocumenting that export 202 failures can be caused byexport-controllerfile permission issues (container runs asuid=2 bin, needs write access to the mounted exports volume)Related
jira: STL-2347
risk: high (prod)